.cabecalho {
    display: flex;
}
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
     -webkit-hyphens: auto; /* Safari/Chrome */
    -ms-hyphens: auto;     /* IE/Edge */
    hyphens: auto;         /* Padrão (Firefox/Chrome moderno) */
    /* Garante quebra de palavras longas mesmo sem hifenização */
    word-wrap: break-word;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cabecalho {
    display: flex;
}

.logo-omu {
    width: 6vw;
    height: auto;
    margin: 2.5vh 2vw 0vh 4vw;
}

.link-login {
    color: #F95E3E;
    font-weight: 700;
}

.menu-navegacao {
    display: flex;
    justify-content: space-evenly;
    width: 82vw;
    font-size: 1.5em;
    margin: 4vh 6vw 0vh 0vw;
}

.link-logo-omu {
    margin-left: 0vw;
}

.span-vermelho {
    color: #F95E3E;
    font-weight: 900;
}

.span-azul {
    color: #3856F8;
    font-weight: 900;
}

.span-amarelo {
    color: #F8BA1B;
    font-weight: 900;
}

.span-branco {
    color: #ffffff;
    font-weight: 900;
}

.span-rosa{
    color:#F89EDA;
    font-weight: 900;

}


.l1, .l2, .l3, .l4{
    font-weight: 500;
    font-family: 'Jost';
}
.l1:hover {
    color: #F95E3E;
    text-decoration: none;
}

.l2:hover {
    color: #3856F8;
    text-decoration: none;
}

.l3:hover {
    color: #F89EDA;
    text-decoration: none;
}

.l4:hover {
    color: #F8BA1B;
    text-decoration: none;
}

.link-login:hover {
    color: #000000;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #000000;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    border: none;
    outline: none;
}

body{
    background-color:#FCF7CF;;
}

.box-pai {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    height: 90vh;
    margin: 5% 5% 0% 5%;
}

.box-nivel {
    width: 19%;
}

.box-prova {
    width: 24%;

}

.box-simulado{
    width: 24%
}

.box-solucoes {
    width: 24%;

}

.box-medalhistas {
    width: 29%;
}

.box-fases{
    height: 18vh;
    margin: 1vh 0% 1vh 0%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.box-fases-2{
    height: 12vh;
    margin: 1vh 0% 1vh 0%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.box-fases-4{
    height: 24vh;
    margin: 1vh 0% 1vh 0%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.box-medalhistas,
.box-nivel,
.box-prova,
.box-solucoes,
.box-simulado {
    margin: 0% 0.5% 0% 0.5%;
}

.altura-GP,
.altura-2G,
.altura-G,
.altura-M,
.altura-P,
.altura-G-int,
.altura-2GP {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Nimbus Sans L';
    display: flex;
    justify-content: center;
    align-items: center;
}


.altura-2GP {
    height: 42.4vh;
    margin: 1.3vh 0% 1vh 0%;
    font-size: 2em;
}
.altura-GP {
    height: 23.4vh;
    margin: 1.3vh 0% 1vh 0%;
    font-size: 2em;
}
.altura-2G {
    height: 36.3vh;
    margin: 1.3vh 0% 1vh 0%;
    font-size: 2em;
}
.altura-G {
    height: 17.4vh;
    margin: 1.3vh 0% 1.6vh 0%;
    font-size: 2em;
}
.altura-G-int{
    height: 17.3vh;
    margin: 1vh 0% .8vh 0%;
    font-size: 2em;
}
.altura-M{
    height: 11.5vh;
    margin: 1.3vh 0% 1.7vh 0%;
    font-size: 2em;
}

.altura-P{
    height: 5.25vh;
    margin: 0% 0%;
    font-size: 1.5em;
}

.altura-P-meio-esq {
    width: 49%;
    height: 5.25vh;
    margin: 0% 0%;
    font-size: 1.5em;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Nimbus Sans L';
    display: flex;
    justify-content: center;
    align-items: center;
}

.altura-P-meio-dir {
    width: 49%;
    height: 5.25vh;
    margin: 0% 0% 0% 2%;
    font-size: 1.5em;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Nimbus Sans L';
    display: flex;
    justify-content: center;
    align-items: center;
}

.nivel-rosa,
.nivel-azul,
.nivel-amarelo,
.nivel-vermelho,
.nivel-vermelhinho {
    color: #000000;
    font-family: 'Jost';
    font-size: 2em;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12.5vh;
}

.nivel-amarelo {
    background-color: #F8BA1B;
}

.nivel-azul {
    background-color: #3856F8;
}

.nivel-vermelhinho{
    background-color: #fb8b74;
}

.nivel-vermelho {
    background-color: #F95E3E;
}

.nivel-rosa {
    background-color: #F78DD4;
}

/* =========================
   Footer
========================= */
footer {
  background-color: #3856F8;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  width: 100%;
}

.faixa {
  width: 100vw;
  height: auto;
}

footer h1 {
  font-size: x-large;
  font-weight: 700;
}

footer h3 {
  font-family: "Jost", arial;
  font-optical-sizing: auto;
  font-weight: 700;
}

/* Container 2 colunas */
.div-pai-footer {
  display: flex;
  align-items: stretch; /* importante: iguala a altura das colunas */
  width: 100%;
}

/* Só as duas colunas diretas ganham largura/margem */
footer .div-pai-footer > div {
  width: 42vw;
  margin: 2.5vw 4vw;
}

/* Colunas: grid (topo cresce, base fica no fundo) */
.flexionar,
.logos {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 0;
}

.footer-top {
  min-height: 0;
}

.texto-omu-footer {
  font-family: "Nimbus Sans L", sans-serif;
  text-align: justify;
}

/* Redes sociais (base esquerda) */
.linha-redes-sociais {
  align-self: end;        /* cola no bottom da coluna */
  display: flex;
  align-items: flex-end;
  gap: 1vw;
  margin: 0;              /* sem margens “roubando” o bottom */
}

.icone-rede-social {
  height: 4vh;
  width: auto;
}

/* Apoio (base direita) */
.box-apoiadores {
  align-self: end; /* cola no bottom da coluna */
  margin: 0;
}

.enfileirar {
  display: flex;
  flex-direction: row;
  margin: 0;
}

.coluna {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 1vw 0 0;
  width: auto;
}

.box-apoiadores a {
  display: block;
  line-height: 0;
}

.logo-grande {
  height: 10vh;
  width: auto;
  margin: 0 1vw 0 0;
}

.logo-metade {
  height: 6vh;
  width: auto;
  display: block;
}

.logo-grande-fit {
  height: 12vh;
  width: auto;
  display: block;
}
